$intValue = Math.Absolute (
"<num>"
)
Determines the absolute value of the number.
Parameters
<num>
The numeric value that is passed.
Return Value
Returns an integer.
Example
$ret = Math.Absolute ("-10")
$ret
contains
10
.